Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: utilized a consistent commenting style for better code documentation #26

Merged
merged 9 commits into from
Dec 1, 2023

Conversation

siyul-park
Copy link
Owner

@siyul-park siyul-park commented Dec 1, 2023

Changes Made

  • Introduced meaningful comments to explain the purpose and functionality of each method.
  • Utilized a consistent commenting style for better code documentation.

Related Issues

Additional Information

Copy link

codecov bot commented Dec 1, 2023

Codecov Report

Attention: 50 lines in your changes are missing coverage. Please review.

Comparison is base (b24f298) 63.64% compared to head (4c2df9c) 64.07%.

Files Patch % Lines
pkg/storage/storage.go 50.64% 20 Missing and 18 partials ⚠️
pkg/runtime/runtime.go 64.70% 3 Missing and 3 partials ⚠️
pkg/scheme/codec.go 0.00% 3 Missing ⚠️
pkg/hook/builder.go 66.66% 1 Missing ⚠️
pkg/loader/loader.go 88.88% 1 Missing ⚠️
pkg/plugin/networkx/http.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   63.64%   64.07%   +0.42%     
==========================================
  Files          76       76              
  Lines        6535     6496      -39     
==========================================
+ Hits         4159     4162       +3     
+ Misses       1835     1798      -37     
+ Partials      541      536       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@siyul-park siyul-park force-pushed the feature/refactor_all branch from b4ba0c3 to 4c2df9c Compare December 1, 2023 02:38
@siyul-park siyul-park changed the title refactor: change to more readable refactor: utilized a consistent commenting style for better code documentation Dec 1, 2023
@siyul-park siyul-park merged commit c3734fb into main Dec 1, 2023
5 of 6 checks passed
@siyul-park siyul-park deleted the feature/refactor_all branch December 1, 2023 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant